Bump spirit to @main (9d6bdd67a9e1) - #19
Closed
morgo wants to merge 1 commit into
Closed
Conversation
Spirit dropped its `replace github.com/go-mysql-org/go-mysql => github.com/morgo/go-mysql` pin in block/spirit#1107 and now requires upstream go-mysql v1.16.1-0.20260731133054-6f853f178dc3 directly. polt carries no such replace of its own (go-mysql only reaches polt through spirit's module graph), so no pin change is needed here.
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s Go module dependencies by bumping github.com/block/spirit to a newer pseudo-version on main, keeping polt aligned with upstream Spirit changes and its transitive dependency graph.
Changes:
- Bump
github.com/block/spiritfromv0.15.2-0.20260731132010-e94e99be2c1btov0.15.2-0.20260731194359-9d6bdd67a9e1ingo.mod. - Refresh
go.sumentries to match the updated Spirit version and checksums.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| go.mod | Updates the required Spirit module version to the newer main pseudo-version. |
| go.sum | Updates checksum entries corresponding to the Spirit version bump. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps
github.com/block/spiritto latestmain:v0.15.2-0.20260731194359-9d6bdd67a9e1Note on the go-mysql pin
block/spirit#1107 dropped spirit's
replace github.com/go-mysql-org/go-mysql => github.com/morgo/go-mysqldirective and now requires upstream
go-mysql-org/go-mysql v1.16.1-0.20260731133054-6f853f178dc3directly. Sibling repos that carried amatching local
replace(gap, gap-ski, ods-shift-v2, strata, schemabot) drop itin their own bump PRs. polt never carried one — go-mysql reaches polt only
through spirit's module graph — so there is nothing to remove here.
Verification
./bin/go build ./...and./bin/go vet ./...clean. Hermit go is already1.26.5, satisfying spirit's
godirective — no toolchain rebuild needed.Only
go.mod/go.sumchanged; no code changes were required by this bump.